browserNavigateCompleteFrame
Type
message
Summary
Sent when a browser object has finished navigating to a url in a frame.
Syntax
browserNavigateCompleteFrame <pInstanceId>, <pUrl>
XBrowser_NavigateCompleteFrame <pUrl>, <pInstanceId>
Description
The browserNavigateCompleteFrame message is sent to the current card of stack containing a browser object when the browser object has finished navigating to a new url in a frame and starting loading the url.
If the target is the main frame of the browser then the browserNavigateComplete message is sent instead.
For general information on using the browser library, see the notes in the revBrowserOpen function reference.
Parameters
Name | Type | Description |
---|---|---|
pInstanceId | The integer identifier of the browser object | |
pUrl | The url that the browser has finished navigating to in a frame |
Examples
on browserNavigateCompleteFrame pInstanceId, pUrl
set the disabled of button "Stop" to true
end browserNavigateCompleteFrame
Related
function: revBrowserOpen
message: browserDocumentCompleteFrame, browserNavigateComplete, browserBeforeNavigateFrame
command: revBrowserNavigate
Compatibility and Support
Introduced
LiveCode 2.8.1
OS
mac
windows
Platforms
desktop